.has-float-label{
	display:block;
	position:relative;
	width:100%;
}
.has-float-label label,.has-float-label>span{
	position:absolute;
	cursor:text;
	font-size:75%;
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s;
	top:-.5em;
	left:.75rem;
	z-index:3;
	line-height:1;
	padding:0 3px;
	background:#fff;
	font-weight:normal;
}
.has-float-label>span{/*For select2-bootstrap dropdown set top,left margin 0*/
	top:0;
	left:0;
}
.has-float-label label::after,.has-float-label>span::after{
	content:" ";
	display:block;
	position:absolute;
	background:#fff;
	height:2px;
	top:50%;
	left:-.2em;
	right:-.2em;
	z-index:-1;
}
.has-float-label .form-control::-webkit-input-placeholder{
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.has-float-label .form-control::-moz-placeholder{
	opacity:1;
	transition:all .2s;
}
.has-float-label .form-control:-ms-input-placeholder{
	opacity:1;
	transition:all .2s;
}
.has-float-label .form-control::placeholder{
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{
	opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder{
	opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder{
	opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder{
	opacity:0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+*{
	font-size:100%;
	color: #6c757d;
	opacity: 1;
	top:.3em;
}
.input-group .has-float-label{
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	margin-bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
	margin-top: 6px;
}

/*pass_show*/
.ptxt {
	color:#3366cc;
	float: right !important;
	font-size: 15px !important;
	left: auto !important;
	background: transparent !important;
	position: absolute;
	cursor: pointer !important;
	top: 30% !important;
	right: 10px;
}

.btn-outline-primary-pass {
	background-color: #3333ff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	/* -webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite; */
  }
  @-webkit-keyframes glowing {
	0% { background-color: #0d0985; -webkit-box-shadow: 0 0 3px #0d0985; }
	50% { background-color: #362ff1; -webkit-box-shadow: 0 0 40px #362ff1; }
	100% { background-color: #0d0985; -webkit-box-shadow: 0 0 3px #0d0985; }
  }
  
  @-moz-keyframes glowing {
	0% { background-color: #0d0985; -moz-box-shadow: 0 0 3px #0d0985; }
	50% { background-color: #362ff1; -moz-box-shadow: 0 0 40px #362ff1; }
	100% { background-color: #0d0985; -moz-box-shadow: 0 0 3px #0d0985; }
  }
  
  @-o-keyframes glowing {
	0% { background-color: #0d0985; box-shadow: 0 0 3px #0d0985; }
	50% { background-color: #362ff1; box-shadow: 0 0 40px #362ff1; }
	100% { background-color: #0d0985; box-shadow: 0 0 3px #0d0985; }
  }
  
  @keyframes glowing {
	0% { background-color: #0d0985; box-shadow: 0 0 3px #0d0985; }
	50% { background-color: #362ff1; box-shadow: 0 0 40px #362ff1; }
	100% { background-color: #0d0985; box-shadow: 0 0 3px #0d0985; }
  }